home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / DPBDI.z / DPBDI
Text File  |  1996-03-14  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. DDDDPPPPBBBBDDDDIIII((((3333FFFF))))                                                            DDDDPPPPBBBBDDDDIIII((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      DPBDI   - DPBDI computes the determinant of a double precision symmetric
  10.      positive definite band matrix using the factors computed by DPBCO or
  11.      DPBFA.  If the inverse is needed, use DPBSL  N  times.
  12.  
  13.  
  14. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  15.       SUBROUTINE DPBDI(ABD,LDA,N,M,DET)
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      On Entry
  19.  
  20.      AAAABBBBDDDD DOUBLE PRECISION(LDA, N)
  21.         the output from DPBCO or DPBFA.
  22.  
  23.      LLLLDDDDAAAA INTEGER
  24.         the leading dimension of the array  ABD .
  25.  
  26.      NNNN INTEGER
  27.         the order of the matrix  A .
  28.  
  29.      MMMM INTEGER
  30.         the number of diagonals above the main diagonal.  On Return
  31.  
  32.      DDDDEEEETTTT DOUBLE PRECISION(2)
  33.         determinant of original matrix in the form
  34.         DETERMINANT = DET(1) * 10.0**DET(2)
  35.         with  1.0 .LE. DET(1) .LT. 10.0
  36.         or  DET(1) .EQ. 0.0 .  LINPACK.  This version dated 08/14/78 .  Cleve
  37.      Moler, University of New Mexico, Argonne National Lab.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.